home *** CD-ROM | disk | FTP | other *** search
/ Shareware Grab Bag / Shareware Grab Bag.iso / 081 / oecc_106.arc / OECC_104.NEW < prev    next >
Encoding:
Text File  |  1987-10-03  |  1.2 KB  |  34 lines

  1. Here's what we all have been waiting for:
  2.  
  3. Opus Embedded Command Compiler can handle LABELS now!!!!
  4.  
  5. Plus an added feature: You can use comments inside your code.
  6. Comments are tokens which start with the word COMMENT followed by
  7. a delimiter (space, tab, carriage return). The comment token will be
  8. ignored by the compiler. Unlike other tkoens, a comment token has
  9. no limit to its size.
  10.  
  11. Example:
  12.  
  13. [ comment
  14.  
  15. * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
  16.  
  17.     This is a comment . . .
  18.  
  19. * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
  20.  
  21.             It ends right here -=> ]
  22.  
  23. Enclosed is DEMO.OEC. Compiled with OECC it gives you an idea how to use
  24. labels and comment. Try to compile it to BULLETIN.BBS (while renaming the
  25. real one temporarily) and run it through Opus.
  26.  
  27. Also note that John Marshall's program OUNECC allows you to disassemble
  28. *.BBS files, edit them and reassemble them with OECC. If you do that even
  29. without editing to the help files, the result will be smaller help files.
  30. The reason: The current help files do not use oANSI file compression, while
  31. OECC does. This way you may also individualize the help files to include
  32. the name of your board etc...
  33.  
  34.